cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/107 - Sudoku Game/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
# Sudoku Game 🧩
---
## Describtion:
> It's a typical **Sudoku game** with 10X10 box is provided with some pre defined numbers .
---
## Describtion:
> It's a typical **Sudoku game** with 10X10 box is provided with some pre defined numbers .
var numSelected = null;
var tileSelected = null;
var errors = 0;
var board = [
"--74916-5",